Object[].ExistByRef (gb)

Function ExistByRef ( Value As Object ) As Boolean

Check if a specific object is stored in the array.

Contrary to Exist, this function always compares objects by identity (i.e. by using their memory address). The _compare special method is not used.